[]
Common generic interface for all exporters to share.
public interface IExporter<T> : IExporter where T : ExportSource
Public Interface IExporter(Of T As ExportSource)
Inherits IExporter
| Name | Description |
|---|---|
| T | Type of ExportSource. |
| Name | Description |
|---|---|
| ExportAsync(T, Stream) | Execute exporting task asynchronously. |